Skip to content

Instantly share code, notes, and snippets.

View jclinton830's full-sized avatar
๐Ÿ‘‹

Jerome Justin jclinton830

๐Ÿ‘‹
View GitHub Profile
<?xml version="1.0"?>
<package format="2">
<name>beginner_tutorials</name>
<version>0.0.0</version>
<description>The beginner_tutorials package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> -->
<maintainer email="[email protected]">acfr</maintainer>
@jclinton830
jclinton830 / run_ros_package_in_docker.sh
Created July 20, 2023 00:01
shell script to work with ROS pacakges in a docker container
#!/bin/bash
# AUTHOR: Jerome Justin - ACFR - github - jclinton830
# DESSCRIPTION: shell script to work with ROS pacakges in a docker container
# ATTENTION: modify base docker image and volume mount paths before use
XSOCK=/tmp/.X11-unix
XAUTH=$HOME/.Xauthority
VOLUMES="--volume=${PWD}/../dataset_metapackage:/catkin/src/dataset_metapackage:rw"
@jclinton830
jclinton830 / README.md
Created June 29, 2019 03:31 — forked from mosampaio/README.md
Gmail Api OAuth Using Node.js Express - part 2

How to Run?

  • Make sure there is a mongodb instance running locally.

  • First export the environment variables.

export CLIENT_ID=your-client-id
export CLIENT_SECRET=your-client-secret
export DOMAIN_URL=your-domain-url