Giter Club home page Giter Club logo

ezrassor_sim_description's People

Contributors

csharpron avatar kurtoid avatar

Watchers

 avatar  avatar  avatar  avatar

ezrassor_sim_description's Issues

Controller manager prevents multiple robots from spawning

The controller_manager defined in config/controllers.yaml has the namespace locked to ezrassor at the top of the file. This prevents multiple robots from spawning since the controller_manager is always going to spawn the service at a namespace of /ezrassor.

I tried to replace this value to /**: to see if it would take the namespace from the launch command, but that did not work.

I would recommend posting this question on the ros forum and asking for help since there might be a config parameter that is missing.

Affected files:

  • launch/spawn_ezrassor.py
  • config/controllers.yaml

Replicating the issue:

# Bring up the sim
ros2 launch ezrassor_sim_gazebo gazebo_launch.py
ros2 launch ezrassor_sim_description spawn_ezrassor.py robot_name:=ezrassor
ros2 launch ezrassor_sim_description spawn_ezrassor.py robot_name:=ezrassor2 x:=10

# Now that both robots are spawned...
ros2 topic pub /ezrassor/wheel_instructions geometry_msgs/msg/Twist "{linear: {x: 200.0, y: 0.0, z: 0.0}, angular: {x: 200.0, y: 0.0, z: 0.0}}"
ros2 topic pub /ezrassor2/wheel_instructions geometry_msgs/msg/Twist "{linear: {x: 200.0, y: 0.0, z: 0.0}, angular: {x: 200.0, y: 0.0, z: 0.0}}"

Add an integration test to the GitHub workflow

The workflow should run the xacro command to ensure that the urdf file even builds and should bring up the package to make sure that the controller_manager comes up correctly and accepts data passed through the source/*_driver nodes.

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.