Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
asclinic-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jiaxuan LI
asclinic-system
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
8
Apr
7
Mar
27
Feb
26
10
Jul
8
Jun
26
Apr
17
Mar
6
31
Jan
31
Jul
22
29
Mar
22
21
10
May
4
3
28
Apr
27
14
30
Mar
16
8
5
Test
master
master
Fixes to minor bugs introduced by the previous commit to the camera and aruco nodes
Updated control policy skeleton node to take encoder direction based on the sign of the current motor duty cycle commands
Merge branch 'asc_prep_2024' into 'master'
Adjusted motors, servos, encoder, and aruco nodes to be parametric. Added a control policy skeleton node.
Remove docs as they are being moved to a separate repository this is dedicated to documentation
Merge branch 'doc_additions' into 'master'
Added wiki page for encoder counting and web video server.
Merge branch 'vl53l5cx_driver' into 'master'
Driver for single and array of ST VL53L5CX time-of-flight (ToF) distance sensor
Small adjustments to make the ROS Image topics (from the Camera Capture and Aruco Detector nodes) compatible with the web_video_server node from the Robot Web Tools initiative.
Fixed the gpio chip and line numbering change in a few places that were missed in the previous commit
Fixed the gpiochip numbering change in going from Jetpack 4.x to Jetpack 5.x
Merge branch 'doc_additions' into 'master'
Wiki updates. Added I2C and Pololu SMC driver class documentation and changed workflow section into a building blocks section.
Merge branch 'jetpack_5_upgrade' into 'master'
Nodes and installation updates for upgrade to JetPack 5
Merge branch 'encoder_cleanup' into 'master'
Encoder cleanup and simple web interface
Merge branch 'doc-additions' into 'master'
Updated the wiki with ROS tutorials for starting from scratch upto custom messages
Merge branch 'encoder_counts_multi_threaded' into 'master'
Added template for an encoder counter ROS node.
Small correction to rounding behaviour in Pololu SMC G2 driver
Added Pololu SMC G2 motor controller convenience function for requesting percentage duty cycle as a float
Updated installation script to work for both Ubuntu 18 and 20. Added camera installation steps to the installation script.
Merge branch 'tszkiu' into 'master'
Development and testing for improved encoder reading via Teensy and Jetson
Merge branch 'docs_additions' into 'master'
Wiki updates - some workflow additions and rearrangement of wiki pages
Added I2C mux support to the driver for the VL53L1X time-of-flight distance sensor.
Small change to the camera capture template so that the saving of chessboard images can be easily toggled
Added template node for detecting aruco markers within a a camera image. Also adjusted to template_camera_capture node to save the camera image anytime OpenCV detects a calibration chessboard within the image.
Fixed small error to the servo driver address used in the template i2c internal node
Merge branch 'i2c_internal_additions' into 'master'
Added servo driver to the template I2C internal node. At the same time added convenience functions to the Pololu SMC and PCA9685 Servo drivers for the initialisation of respective chip
Added template node for capturing data from a camera and saving images to file
Fixed error in template_gpio launch file so that the line numbers parameter are now correctly added to the namespace of the resepctive nodes. Also some small corrections to the wiki docs.
Merge branch 'driver_vl53l1x' into 'master'
Added VL53L1X distance sensor to the template I2C node. Next step is simplify the template node code by moving the intialisation steps, and get distance mesurement steps into the vl53l1x.cpp class.
Loading