Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliaROS

Packages for communicating between Julia and ROS1

Getting Started (ROS1 noetic)

Create a workspace

    mkdir -p catkin_ws/src

Clone this repo

    cd catkin_ws/src && git clone https://github.com/RobotJungle/JuliaROS.git

Build the packages and source the workspace

    cd .. && catkin build 
    source devel/setup.bash

To use the TurtleBot launch file, add the model to your bashrc using:

    echo 'export TURTLEBOT3_MODEL=burger' >> ~/.bashrc && source ~/.bashrc

Run the gazebo launch file

    roslaunch turtlebot3_gazebo multi_turtlebot3.launch

Run the julia file

    rosrun julia_pkg publisher.jl

Credit:

About

JuliaROS

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages