pacmod3 icon indicating copy to clipboard operation
pacmod3 copied to clipboard

Add package to micro-ros

Open akisomadinov opened this issue 2 years ago • 1 comments

Hello, could you please advise me? I want to add your package to my micro-ros project. However, the project requires only a 'git clone' for compilation. How can I perform a 'git clone' of your package so that only the 'msg' components get installed? I apologize for any inconvenience, as I am new to this. Please excuse my limited English proficiency. Снимок экрана от 2023-08-16 17-06-04

akisomadinov avatar Aug 16 '23 10:08 akisomadinov

Hi @isomadinow, I've never used micro-ros, but if you only need the pacmod3_msgs package, then you would run the following command (or add it to your script that you've shared, I assume that's some sort of setup or install script?):

git clone -b main https://github.com/astuff/pacmod3_msgs.git

The pacmod3_msgs are defined in this other repo: https://github.com/astuff/pacmod3_msgs

icolwell-as avatar Aug 16 '23 16:08 icolwell-as