Git Product home page Git Product logo

agvpc_ros2's Introduction

agvpc_ros2 packages used for communicate between hardwares which is used with agvpc_ros

Dependencies:

Install Ros Kinetic, Ros2 Crystal, agvpc_ros to use agvpc_ros2 packages.

After git clone to your <ROS2_WORKSPACE_NAME>/src cut the ros1_bridge package to .

$ cd <ROS2_WORKSPACE_NAME>

$ colcon build --symlink-install

To use agv_msgs with ROS1 and ROS2 via ros1_bridge dynamic_bridge, we change the ros1_bridge package's CMakeLists.txt. You have to do following steps to use agv_msgs between ROS1 and ROS2.

$ source /opt/ros/<ROS_VERSION>/setup.bash

$ . ~/<ROS2_VERSION>/install/local_setup.bash

$ source ~/<ROS_WORKSPACE_NAME>/devel/setup.bash

$ . ~/<ROS2_WORKSPACE_NAME>/install/local_setup.bash

$ cd ~/<ROS2_VERSION>

$ rm -rf build/ros1_bridge

$ cp ~//ros1_bridge ~/<ROS2_VERSION>/src/ros2/

$ colcon build --symlink-install --packages-select ros1_bridge

$ . install/local_setup.bash

You must see agv_msgs custom messages as output of $ ros2 run ros1_bridge dynamic_bridge --print-pairs .

$ ros2 launch agvpc_ros2 start.launch.py

agvpc_ros2's People

Contributors

didemozupektas avatar

Stargazers

raozhufa avatar

Watchers

James Cloos avatar Mehmet Akcakoca avatar Fatih İnan avatar  avatar Veli BAYAR avatar uguryayan avatar Elcin Gencturk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.