(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
because of the extra '$ ' this happens:
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:
the extra '$ ' needs to be removed...