Table of Contents
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <ros.h> | |
| #include <std_msgs/String.h> | |
| #include <std_srvs/Empty.h> | |
| ros::NodeHandle nh; | |
| bool messageCb(std_srvs::Empty::Request &req, std_srvs::Empty::Response &res) { | |
| digitalWrite(LED_BUILTIN, HIGH-digitalRead(LED_BUILTIN)); // blink the led | |
| nh.loginfo("LED is ON"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source 'https://rubygems.org' | |
| # We are not loading Active Record, nor Active Resources etc. | |
| # We can do this in any app by simply replacing the rails gem | |
| # by the parts we want to use. | |
| gem "actionpack" | |
| gem "railties" | |
| gem "tzinfo" | |
| # Let's use thin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ivy_base_msgs: | |
| ubuntu: [ros-noetic-ivy-base-msgs] | |
| ivy_base_pid: | |
| ubuntu: [ros-noetic-ivy-base-pid] | |
| ivy_base_odometry: | |
| ubuntu: [ros-noetic-ivy-base-odometry] | |
| ivy_base_teleop: | |
| ubuntu: [ros-noetic-ivy-base-teleop] | |
| ivy_leaf_nav: | |
| ubuntu: [ros-noetic-ivy-leaf-nav] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| scp -r rpi:~/.config/tmuxinator/* . | |
| scp -r . lgtm:~/.config/tmuxinator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## old | |
| /dev/sdb1: UUID="623C76353C7603F7" TYPE="ntfs" PARTUUID="348b9b11-01" | |
| /dev/sdb2: UUID="65bc17f7-5c2c-4fab-8382-eb5c459da3be" TYPE="ext4" PARTUUID="348b9b11-02" | |
| /dev/sdb3: UUID="ea03b3e8-eb11-46e8-9143-6e4e84b77bb3" TYPE="ext4" PARTUUID="348b9b11-03" | |
| /dev/sdb5: UUID="6df44fbe-af34-4af4-a26b-81cb1ee6406f" TYPE="ext4" PARTUUID="348b9b11-05" | |
| /dev/sdb6: UUID="6fa60236-4737-4aa5-ae6e-c80165718cdc" TYPE="swap" PARTUUID="348b9b11-06" | |
| ## new |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/cilynx/rtl88x2BU_WiFi_linux_v5.3.1_27678.20180430_COEX20180427-5959 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Checking log directory for disk usage. This may take awhile. | |
| Press Ctrl-C to interrupt | |
| Done checking log file disk usage. Usage is <1GB. | |
| started roslaunch server http://10.42.0.1:37181/ | |
| SUMMARY | |
| ======== | |
| PARAMETERS |
NewerOlder