JasonMelon1

Results 4 comments of JasonMelon1

Hello! I have cloned the `melodic` branch of the repo, and I added this line `link_directories(/usr/lib/aarch64-linux-gnu/tegra)` to line 128 of CMakeLists.txt, but I still have the following issue. How can...

I cloned https://github.com/dusty-nv/jetbot_ros. It is the melodic branch of jetbot_ros, right? jetbot@jetbot:/workspace/catkin_ws/src$ git clone https://github.com/dusty-nv/jetbot_ros Cloning into 'jetbot_ros'... remote: Enumerating objects: 667, done. remote: Counting objects: 100% (513/513), done. remote:...

Also, I cannot clone `https://github.com/dusty-nv/jetbot_ros/tree/melodic` jetbot@jetbot:~/workspace/catkin_ws/src$ git clone https://github.com/dusty-nv/jetbot_ros/tree/melodic Cloning into 'melodic'... fatal: repository 'https://github.com/dusty-nv/jetbot_ros/tree/melodic/' not found

I appreciate your help!! It works and no error came out. I am a beginner in Linux and so on, so I did not know how to clone another branch....