foxglove / ros-foxglove-bridge

Foxglove WebSocket bridge for ROS 1 and ROS 2
MIT License
168 stars 75 forks source link

Update README.md to remove '$ ' so that you can copy and run command #294

Closed Felipegalind0 closed 7 months ago

Felipegalind0 commented 7 months ago

because of the extra '$ ' this happens:

(spot_mini_env) vscode@gdogv10:~/catkin_ws/src$ $ roslaunch --screen foxglove_bridge foxglove_bridge.launch port:=8765
bash: $: command not found

Changelog

fixed typo in readme so you can paste commands to the terminal

Description

I forget the command to start foxglove bridge, so I google 'foxglove bridge github', end up at the README, copy and paste the command to my terminal and then this happens:

(spot_mini_env) vscode@gdogv10:~/catkin_ws/src$ $ roslaunch --screen foxglove_bridge foxglove_bridge.launch port:=8765
bash: $: command not found

the extra '$ ' needs to be removed...

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.