Packages for communicating between Julia and ROS1
Create a workspace
mkdir -p catkin_ws/srcClone this repo
cd catkin_ws/src && git clone https://github.com/RobotJungle/JuliaROS.gitBuild the packages and source the workspace
cd .. && catkin build
source devel/setup.bashTo use the TurtleBot launch file, add the model to your bashrc using:
echo 'export TURTLEBOT3_MODEL=burger' >> ~/.bashrc && source ~/.bashrcRun the gazebo launch file
roslaunch turtlebot3_gazebo multi_turtlebot3.launchRun the julia file
rosrun julia_pkg publisher.jl- The turtlebot3_description package is from: https://github.com/ROBOTIS-GIT/turtlebot3/tree/master/turtlebot3_description
- The turtlebot3_gazebo package is from: https://github.com/ROBOTIS-GIT/turtlebot3_simulations/tree/master/turtlebot3_gazebo