-
Notifications
You must be signed in to change notification settings - Fork 31
ROS PoC
dehann edited this page Oct 11, 2019
·
10 revisions
create & build catkin workspace with package containing service spec, source devel/setup.sh - if you then run julia, you should be able to @rosimport the custom types
Put this in ~/catkin_ws/src/caesar_ros
- From
~/catkin_ws/
runcatkin_make
source devel/setup.bash
]add RobotOS PyCall
ENV["PYTHON"]="/usr/bin/python2.7"
# might need ]build PyCall
using RobotOS
@rosimport caesar_ros.srv: AddNode, AddFactor
rostypegen()
using .caesar_ros.srv