My main goal is to create a website that when you open it, it shows the identical view that the Robot view has in Choregraphe (virtual robot and everything) and then you could send a behavior to the robot on that website and the robot would do the behavior. But I am trying to figure out if I can just get the robot view by itself. Like imagine opening Choregraphe but it opens with just the robot view (a view of the robot). Let me know if anyone has dealt with this, thanks.
Is there anyway I can get the robot view out of Choregraphe? read body for more specifics
143 Views Asked by Orqnic At
1
There are 1 best solutions below
Related Questions in PEPPER
- Copied Android App - Issues on Pepper Robot
- Launch an app with python on Pepper's tablet
- Missing Pepper SDK Android Studio Marketplace
- How can I connect to Pepper (NAOqi 2.9) via libqi-python
- Pepper Host integration with a Dialogflow CX Project/AI Agent
- Forcing a QiChatbot to reply to a phrase typed by the user
- Android Studio Projects with PepperSDK not working after Android Studio Version Giraffe 2022.3.1 Patch 1
- Unable to open a URL/website on pepper tablet
- Inquiry on ROS melodic package compatibility with Naoqi OS 2.5.7.1
- Inquiry on possibility of providing ALSpeechRecognition access to Google speech-to-text API or other online API with huge vocabulary list
- How to play sound in Choregraphe without a physical robot?
- Showing Video Stream on the tablet of the robot Pepper
- Choreographe Issues with NaoQi for both Pepper and NAO
- Pepper emulator not start because INSTALL_FAILED_INSUFFICIENT_STORAGE
- Aldebaran robotics pepper not displaying android OS settings
Related Questions in NAO-ROBOT
- Trouble with threading and when to stop them
- Turn off all LEDs on NAO robot
- Launch an app with python on Pepper's tablet
- ALDialog not working after special start-up
- Trying to save a .wav audio file from Nao. I get a damaged file
- NAO V5 - wrong encoder(s) data
- Inquiry on ROS melodic package compatibility with Naoqi OS 2.5.7.1
- Getting "Socket is not connected" errors when trying to access anything via ALProxy in NAOqi for virtual robot
- NAO robot does not detect green light
- Nao 6 QiChat: Check user Input for specific word and answer accordingly
- Speech recognition no reset after restarting Choregraphe application
- Trying to execute behavior by default but AutonomousLife with blue eyes cancel it
- Accessing data from the NAO robot in python
- How to find a file on the Nao V5
- How can I access front camera stream from a NAO6 robot and send it over the network?
Related Questions in CHOREGRAPHE
- Turn off all LEDs on NAO robot
- ALDialog not working after special start-up
- Getting "Socket is not connected" errors when trying to access anything via ALProxy in NAOqi for virtual robot
- Speech recognition no reset after restarting Choregraphe application
- Trying to execute behavior by default but AutonomousLife with blue eyes cancel it
- How to play sound in Choregraphe without a physical robot?
- How to find a file on the Nao V5
- Import json file to Choregraphe from Flask server
- RuntimeError: ALBroker::createBroker Cannot connect to tcp://100.82.32.131:9559
- Simulation of Pepper Robot in Gazebo
- Nao robot client
- Choregraphe doesn't store the movements of NAO in keyframes
- Choregraphe how to create application that offers to choose from multiple applications
- Pepper robot keeps showing the same Image
- Where can I download / how can I install python 2.7 32-bit for Windows on a Windows 10 64-bit laptop? Required for Pepper Robot
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
No, the robot view is handled by a native program showing the view on your PC screen. Apart by capturing the screen, it is not designed to be redirected to a web page.
However NAO and Pepper robots are compatible with ROS, and you can setup web views showing any robot running ROS. I found this online course that could teach you exactly how to do that.