Full-featured chrome web browser robot skill that can be configured using control commands.
How to add the Chromium robot skill
- Load the most recent release of ARC (Get ARC).
- Press the Project tab from the top menu bar in ARC.
- Press Add Robot Skill from the button ribbon bar in ARC.
- Choose the Display category tab.
- Press the Chromium icon to add the robot skill to your project.
Don't have a robot yet?
Follow the Getting Started Guide to build a robot and use the Chromium robot skill.
How to use the Chromium robot skill
Full-featured chrome web browser robot skill that can be configured using control commands.Main Window

1) Print the current page
2) Maximize or restore the window state
3) Open the current page in the PCs default browser
4) The current URL or enter a custom URL (press enter to browse)
5) The web content
Config Window

1) The default URL that will load when the project is loaded
2) The default window state of the robot skill when the project loads
TO-DO:
- add ControlCommand() for specifying URL
- http server: https://synthiam.com/Support/Skills/General/HTTP-Server?id=16082
- http custom server: https://synthiam.com/Support/Skills/General/HTTP-Server-Custom?id=16126
If you can figure out the web commands, you could use a custom movement panel. I haven't gotten the Rovio to work that way, but it uses Javascript, not simple HTML. It is probably doable by having the Movement Panel call scripts to run Javascript now that ARC supports it as a scripting language, but I haven't spent the time to try to figure it out.
In any case, I don't think that was the intent of this skill. This is more to allow your robot to display web pages. My use case is that I have a web cam with IR that I wanted to use in a robot, just for remote night vision (not using it for any detection events) and it works in a browser, but there is something strange with its mpeg header and it doesn't work in the ARC camera control (although again, DJ did some recent updates and I haven't retested).
I am going to connect a Quad A1 to Synthiam. (See the robot dog thread). Initially we were thinking of writing a driver for the Moteus but I figured since Josh has already written various gaits and motions all I need to integrate with them. On further inspection it looks like he supports a series of JSON commands that I can send to the robot. https://github.com/mjbots/quad/blob/main/mech/quadruped_command.h#L28
You can see an example of its use at: https://github.com/mjbots/quad/blob/main/mech/web_control_assets/js/app.js#L517
So I will be begging for support (As always) with help to get this working when the time comes.