Skip to content
View aarsht7's full-sized avatar
🙃
LLMs don't give you good ideas, they generate lots of code for your bad ideas
🙃
LLMs don't give you good ideas, they generate lots of code for your bad ideas

Highlights

  • Pro

Organizations

@MOCAP4ROS2-Project@L2S-lab@ROS-Aerial

Block or report aarsht7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. L2S-lab/natnet_ros_cppL2S-lab/natnet_ros_cppPublic

    ROS driver for the NatNet 4.0 protocol used for the OptiTrack motion capture system and Motive application

    C++ 44 23

  2. L2S-lab/natnet_ros2L2S-lab/natnet_ros2Public

    ROS 2 driver for the NatNet 4.4 protocol used for the OptiTrack motion capture system and Motive application

    C++ 13 6

  3. Travelling-Thief-ProblemTravelling-Thief-ProblemPublic

    Traveling thief problem

    Python 1 1

  4. ros2 python paramtere setter and get...ros2 python paramtere setter and getter functions for current node to other node
    1
    fromrclpyimportNode
    2
    fromrcl_interfaces.srvimportSetParameters, GetParameters
    3
    fromrcl_interfaces.msgimportParameter, ParameterType, ParameterValue
    4
    5
    # node: current node handle
  5. Setup turtlebot3 with ros2 humble on...Setup turtlebot3 with ros2 humble on ubuntu 22.04 server on raspberryPi (might take more than 2 hours in total and will need some attention in between). Check out comment for how to run.
    1
    #!/bin/bash
    2
    set -e
    3
    sudo apt update
    4
    5
    locale # check for UTF-8
  6. L2S-lab/ros2bag_plotterL2S-lab/ros2bag_plotterPublic

    plot almost any ros2 bag file with ease

    Python