Closed varunvenna closed 1 year ago
Hi @varunvenna !! Maybe I could have explained myself better. My request was for corrections and typos. I already had updated to Humble. In any case, thank you for your effort. I will include you as a reviewer in the book.
Hi @varunvenna !! Maybe I could have explained myself better. My request was for corrections and typos. I already had updated to Humble. In any case, thank you for your effort. I will include you as a reviewer in the book.
Ohh, my bad 😅. Thank you.
changes from foxy to humble in chapter 1:
set Apt repositories:
ROS2 available software
Install ROS2 from binaries
Activate ROS2
Create and fill
while importing third-party repos using vcs if you run into the error:
Command 'vcs' not found
we have to install vcs using the below command:
install dependencies:
while installing dependencies if you run into the error,
rosdep command is not found.
then run the following command:
then initialize rosdep
if you run into an error while running rosdep init: try:
if this does not solve then do the below steps:
open hosts file:
add this line to the end of the file:
save and close, then run:
no changes in Build the workspace, and activate the user workspace sections (sourcing the workspace)
posting changes as an issue as asked in the LinkedIn post.