GithubHelp home page GithubHelp logo

blackcoffeerobotics / bcr_bot Goto Github PK

View Code? Open in Web Editor NEW
125.0 4.0 26.0 9.63 MB

A Gazebo-ROS AMR robot with differential drive, depth camera, IMU and 2D LiDAR

Home Page: https://blackcoffeerobotics.com/blog/migration-from-gazebo-classic-to-ignition-with-ros-2

License: Apache License 2.0

CMake 1.29% Dockerfile 5.09% Python 93.62%
gazebo-ros gazebo-simulator ignition-gazebo ignition-robotics ros ros2 ros2-humble gz gazebosim robotics robotics-simulation

bcr_bot's Issues

No Ground Truth data from Gazebo Fortress

No Ground Truth data from Gazebo Fortress

Description

The odometry source in gazebo classic can be switched between world (ground truth) and encoders. Such feature is not available in the diff drive plugin in gazebo fortress. The odometry (including the odom -> base_link transform) is dependent on encoders

Desired outcome

There must be a launch argument for gz.launch.py to switch between ground truth and encoder odometry (both odom->base_link transform and /odom topic)

Overwritten parameters and Wrong Terminology

<xacro:property name="traction_wheel_base" value="0.88"/>
is overwritten by
<xacro:property name="traction_wheel_base" value="0.8"/>

This should be fixed by changing the Line 25 parameter name to "traction_track _width" as this number represents the track width or the wheel separation but not wheel base. A diagram for reference:

Similarly, the parameter

<xacro:property name="trolley_wheel_base" value="0.54"/>

Should also be renamed to "trolley_track_width" for correctness.

Addition of base_footprint frame in TF tree

Description

The root frame of the current tf tree for the bot is base_link.

bcr_bot_tf

The following guideline is provided on the nav2 documentation on Setting Up The URDF

The base_footprint link is a virtual (non-physical) link which has no dimensions or collision areas. Its primary purpose is to 
enable various packages determine the center of a robot projected to the ground. For example, Navigation2 uses this link to 
determine the center of a circular footprint used in its obstacle avoidance algorithms. Again, we set this link with no 
dimensions and to which position the robot’s center is in when it is projected to the ground plane.

Maps pass through the bot with nav2 stack

bcr_bot_map_thru_bot

Benifits

Although not a neccesecity, the addition of base_footprint enables the bot to work with nav2 stack out of the box as base_footprint is a default parameter in most cases.

A good example of this would be turtlebot3
turtle_bot_tf

Namespace Argument in ROS2 + Ignition

Issue with Namespace Argument in ROS2 + Ignition

Description

Currently, the launch file in gz.launch.py does not include a namespace argument. Additionally, in the model spawn, the namespace is not utilized as part of the naming convention for the spawned robot, unlike the ros2 classic and ros1 . Furthermore, the joint states and other topics are hardcoded to "bcr_bot,"

Steps to Reproduce

  1. Execute the current version of gz.launch.py without the namespace argument.
  2. Observe the robot spawn behavior and the naming convention used.
  3. Monitor the topics and verify that they are hardcoded to "bcr_bot".

Expected Behavior

After implementing the proposed changes:

  1. The gz.launch.py launch file should include a namespace argument.
  2. The robot spawned using the model spawn should incorporate the namespace argument in its name.
  3. Joint states and other topics should be properly mapped to the provided namespace.

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.