this post was submitted on 15 Aug 2023
4 points (100.0% liked)
Robotics
263 readers
11 users here now
Welcome to our Robotics community!
This is a place where you can post links and news about general robotics and share with the rest of the Fediverse.
For content specific to Robot Operating System software, checkout: !ros
Community References:
Q&A Exchanges:
Icon base by Lorc under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Last week I started going through ROS2 lessons online in order to familiarize myself on it for some upcoming projects.
First I spent time working on utilizing
vagrant
, a tool by Hashicorp for building "repeatable" (debatable overuse of that term, but I'll digress) dev environments and VM images to quickly set up versioned ROS environments for me. This was actually pretty easy and after a few hours I had a setup I liked. I will report that I do have some issues running Gazebo in VM on the laptop (to be expected) though it's smooth on the beefier desktop. I am still suffering from occasional complete VM freeze ups - irrecoverable, though the host machine shows no lag or issues there. I think it'll still work for a quick setup of ROS2 for a project team.Now I'm going through the
nav2
stack in ROS and trying to familiarize myself with it. I'm not sure what the scope of the upcoming project is going to be (it's the capstone team project for the entirety of my Masters, so there's a bit of time before decisions have to be finalized). Once that's done I'll probably dive into Webots simulator (especially since my own Gazebo is proving unstable).