Skip to content

ROS PoC

dehann edited this page Oct 11, 2019 · 10 revisions

First PyCall Based ROS Integration

Pedro's example

Put this in ~/catkin_ws/src/caesar_ros

Catkin and making

  • From ~/catkin_ws/ run catkin_make
  • source devel/setup.bash

Julia stuff

]add RobotOS PyCall

ENV["PYTHON"]="/usr/bin/python2.7"

# might need ]build PyCall

using RobotOS
  • 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

Clone this wiki locally