ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Setting up Nav2 on real robot

asked 2022-11-21 10:32:20 -0500

coatwolf gravatar image

Hi community,

I'm working on building my own SLAM robot as an educational project, and I've been following along the excellent guide on setting up Nav2. I'm a bit stuck, and here's why:

My robot is running a Raspberry Pi 4 (Ubuntu 22.04) headlessly, but the Nav2 setup guide assumes (or maybe requires? I'm not sure) the use of Gazebo. I made it from the beginning all the way through the URDF set up section, but starting from the Setting Up Odometry it gets a bit Gazebo-heavy.

I'd appreciate some help with regards to either:

  • Knowing which parts of the tutorial(s) to ignore (since I'm not using sim) without skipping critical steps in getting my real robot moving
  • Using a different guide (if there exists one) that is less sim-oriented and more geared toward setting up a physical robot with Nav2

Thanks in advance and huge kudos to everyone making Nav2 happen!!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2023-04-16 01:58:50 -0500

coatwolf gravatar image

I have found this course on YouTube by Articulated Robotics to be extremely helpful in getting things running on a physical robot, not only nav2 but also slam_toolbox and more. Huge props to the creator.

edit flag offensive delete link more
2

answered 2022-11-22 07:25:08 -0500

RobotDreams gravatar image

updated 2022-11-22 07:26:57 -0500

The Turtlebot4 code base is open source and includes launch and yaml config files that you might be able to repurpose on your bot.

https://github.com/turtlebot/turtlebo...

The manual is at https://turtlebot.github.io/turtlebot...

edit flag offensive delete link more

Comments

GREAT suggestion, don't know why I didn't think of Turtlebot. Thank you.

coatwolf gravatar image coatwolf  ( 2022-11-22 08:48:52 -0500 )edit

Actually I took a a look at the code and i don't understand what the turttlebot4_navigator, does ? do I need this ?

Zermelo gravatar image Zermelo  ( 2022-11-23 14:31:27 -0500 )edit

Question Tools

Stats

Asked: 2022-11-21 10:32:20 -0500

Seen: 696 times

Last updated: Apr 16 '23