RoboticsLanguage
RoboticsLanguage copied to clipboard
The Robotics Language is an open compiler where users can develop languages to generate ROS code
Results
2
RoboticsLanguage issues
Sort by
recently updated
recently updated
newest added
Putting this in parmeters.yaml: ``` globals: deploy: $HOME/some_ws/src ``` leads to the creation of a directory literally called "$HOME", whereas it should be extended to the user's home directory. Enabling...
The README suggests the use of `--deploy-path` to specify a workspace location, when not using the default, as per the command: ``` rol --deploy-path ~/catkin_ws/src/ RoboticsLanguage/Examples/1_hello_world.rol -c -l ``` I...